home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 25
/
Volume 25 - JOGO DISK .iso
/
Games
/
elementalgame.swf
/
scripts
/
frame_11
/
DoAction.as
Wrap
Text File
|
2006-08-22
|
158b
|
10 lines
stop();
_root.hero_mc._y = 330;
_root.hero_mc._x = 25;
_root.exit_mc.gotoAndPlay(1);
if(points <= 114)
{
points = 96;
gotoAndStop("stage6");
}